﻿2026-06-21T03:31:33.1014290Z ##[group]Run actions/checkout@v5
2026-06-21T03:31:33.1015049Z with:
2026-06-21T03:31:33.1015421Z   repository: SaberMage/spt-core
2026-06-21T03:31:33.1018764Z   token: ***
2026-06-21T03:31:33.1019197Z   ssh-strict: true
2026-06-21T03:31:33.1019546Z   ssh-user: git
2026-06-21T03:31:33.1019913Z   persist-credentials: true
2026-06-21T03:31:33.1020303Z   clean: true
2026-06-21T03:31:33.1020661Z   sparse-checkout-cone-mode: true
2026-06-21T03:31:33.1021081Z   fetch-depth: 1
2026-06-21T03:31:33.1021428Z   fetch-tags: false
2026-06-21T03:31:33.1021783Z   show-progress: true
2026-06-21T03:31:33.1022156Z   lfs: false
2026-06-21T03:31:33.1022494Z   submodules: false
2026-06-21T03:31:33.1022871Z   set-safe-directory: true
2026-06-21T03:31:33.1023457Z ##[endgroup]
2026-06-21T03:31:33.1837041Z Syncing repository: SaberMage/spt-core
2026-06-21T03:31:33.1839413Z ##[group]Getting Git version info
2026-06-21T03:31:33.1840468Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-21T03:31:33.1842059Z [command]/usr/bin/git version
2026-06-21T03:31:33.1842741Z git version 2.43.0
2026-06-21T03:31:33.1844762Z ##[endgroup]
2026-06-21T03:31:33.1849591Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/38e96380-64b7-4941-a995-de57a2e53760' before making global git config changes
2026-06-21T03:31:33.1851514Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T03:31:33.1853108Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T03:31:33.1870807Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-21T03:31:33.1891459Z https://github.com/SaberMage/spt-core
2026-06-21T03:31:33.1901557Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T03:31:33.1904058Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T03:31:33.1923187Z HEAD
2026-06-21T03:31:33.1952473Z ##[endgroup]
2026-06-21T03:31:33.1953178Z [command]/usr/bin/git submodule status
2026-06-21T03:31:33.2130025Z ##[group]Cleaning the repository
2026-06-21T03:31:33.2132410Z [command]/usr/bin/git clean -ffdx
2026-06-21T03:31:33.9863074Z Removing target/
2026-06-21T03:31:33.9872267Z [command]/usr/bin/git reset --hard HEAD
2026-06-21T03:31:33.9921890Z HEAD is now at 3ae883f45 Merge f4b97e744daa8704556586d05ea1c3256810fb10 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T03:31:33.9927172Z ##[endgroup]
2026-06-21T03:31:33.9928441Z ##[group]Disabling automatic garbage collection
2026-06-21T03:31:33.9932913Z [command]/usr/bin/git config --local gc.auto 0
2026-06-21T03:31:33.9961957Z ##[endgroup]
2026-06-21T03:31:33.9963003Z ##[group]Setting up auth
2026-06-21T03:31:33.9966764Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T03:31:33.9996088Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T03:31:34.0188629Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T03:31:34.0214250Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T03:31:34.0399444Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T03:31:34.0424472Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T03:31:34.0615829Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-21T03:31:34.0644865Z ##[endgroup]
2026-06-21T03:31:34.0646517Z ##[group]Fetching the repository
2026-06-21T03:31:34.0651889Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +3ae883f45a4e1306290f99b466f175e577452a52:refs/remotes/pull/26/merge
2026-06-21T03:31:34.4933781Z ##[endgroup]
2026-06-21T03:31:34.4934672Z ##[group]Determining the checkout info
2026-06-21T03:31:34.4935390Z ##[endgroup]
2026-06-21T03:31:34.4938083Z [command]/usr/bin/git sparse-checkout disable
2026-06-21T03:31:34.5009678Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-21T03:31:34.5033115Z ##[group]Checking out the ref
2026-06-21T03:31:34.5041387Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/26/merge
2026-06-21T03:31:34.5082673Z HEAD is now at 3ae883f45 Merge f4b97e744daa8704556586d05ea1c3256810fb10 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T03:31:34.5086059Z ##[endgroup]
2026-06-21T03:31:34.5119630Z [command]/usr/bin/git log -1 --format=%H
2026-06-21T03:31:34.5142842Z 3ae883f45a4e1306290f99b466f175e577452a52
